Welcome![Sign In][Sign Up]
Location:
Search - matrix class

Search list

[Mathimatics-Numerical algorithmsmatrix class

Description: 一个矩阵类的源码-a matrix type of source
Platform: | Size: 6359 | Author: 安新 | Hits:

[Mathimatics-Numerical algorithmsmatrix class

Description: 一个矩阵类的源码-a matrix type of source
Platform: | Size: 6144 | Author: 安新 | Hits:

[GDI-Bitmap矩阵类库源代码

Description: Visual c++\Matlab图像处理与实用案例精选:矩阵类库源代码-Visual c \ Matlab Image Processing and practical case Featured : matrix class library source code
Platform: | Size: 8192 | Author: 丁俊 | Hits:

[Mathimatics-Numerical algorithmsC++ Matrix Template Class Library Lite V1.12

Description: This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this header file in your program source file
Platform: | Size: 39936 | Author: | Hits:

[Othermatrixclasslibraries

Description: 本程序提供了一个矩阵类库。本类库的矩阵、向量运算采用值传递。本类库的矩阵和向量的第一个元素的起始下标为1,不是0。这点尤其要注意。这和C语言中的数组不一样-this program provides a matrix class library. The Class of matrix vector operations using transfer value. The Class of matrix and vector elements of a start to an index, not 0. This is particularly noteworthy. This is the C language is not the same array
Platform: | Size: 7168 | Author: | Hits:

[Multimedia Developmatrix100

Description: 提供了一个完整的矩阵类库,可再此基础上完成各种基于矩阵及矢量的数学运算。-provide a complete matrix class library, can be completed on the basis of this- based matrix and vector arithmetic.
Platform: | Size: 110592 | Author: 花花 | Hits:

[AlgorithmMyMatrix

Description: 矩阵类,能完成各种矩阵运算,如求积,求逆,以及最小二乘逆等-Matrix class, to complete a variety of matrix operations, such as quadrature, inverse and inverse least squares, etc.
Platform: | Size: 2048 | Author: 谭日昌 | Hits:

[DSP programtwo-matrix-multiply-via-CCS

Description: 谈静艳(645564194) 11:26:50 航天二院新增一个项目小组: 207所 微波室 硬件组 信息与通信工程 硕士 1-2人 实习内容为射频系统联调 请有意向的同学今天将姓名,班级反馈给我。并自行准备好简历和3分钟的自我介绍,明天一起参加航天二院的面试。-Talk jing yan (645564194) 11:26:50 Space Second homes add a project team: Room 207 microwave hardware group Master of Information and Communication Engineering Internship 1-2 people says FBI RF system, please have the intention of the students today will be the name of , Class feedback to me. And prepare their own curriculum vitae and a good 3-minute self-introduction, space tomorrow to join the Second House of the interview.
Platform: | Size: 4096 | Author: 臧寿鸿 | Hits:

[JSP/Javamatrix

Description: (1) 设计和编写代表矩阵的Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算两个矩阵的乘积的方法multiply(Matrix m)以及toString()等内容。-(1) design and preparation on behalf of Matrix Class Matrix. Including the ranks of such matrices int rows and the number of variables int cols, matrix data array double data [][], constructor Matrix (), Matrix (int rows, int cols), Matrix (int rows, int cols, double data [] []), to obtain the value of a certain element method getData (int row, int col), set the value of a certain element method setData (int row, int col, double value), the product of two matrices calculation method multiply (Matrix m) as well as the toString () and so on.
Platform: | Size: 7168 | Author: fangfei | Hits:

[Graph programMatrix

Description: 矩阵类库源码,加、减、乘、行列式等,绝多是方便有用的工具!-Matrix class library source code, add, subtract, multiply, determinant, etc., must be convenient and more useful tool!
Platform: | Size: 13312 | Author: guanshan | Hits:

[STLcomplex_matrix_computation

Description: This an matrix class which has been adapted for complex number computations. It ll be of help for digital signal processing simulations.-This is an matrix class which has been adapted for complex number computations. It ll be of help for digital signal processing simulations.
Platform: | Size: 6144 | Author: butterboy | Hits:

[AlgorithmMatrix

Description: 一个c++的矩阵类,包括头文件和源文件,功能函数非常全面-A Matrix Class, with a series of useful functions
Platform: | Size: 16384 | Author: 王星 | Hits:

[Windows Developmatrix

Description: 在VC++6.0平台上实现的一个比较实用的矩阵类库源代码-In VC++6.0 platform of a more practical realization of the matrix class library source code
Platform: | Size: 8192 | Author: hyuk | Hits:

[Algorithmmatrix

Description: 矩阵运算程序 matrix.h 基于TCL Matrix矩阵类,增加了一些使用的运算函数。具体看源程序。 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法、乘法、除法、求逆、求代数余子式、求伴随矩阵、求行列式值、求条件数等运算。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。 文件 TCL Matrix矩阵类.pdf 中介绍了其详细的使用方法。 -Matrix calculation program matrix.h matrices based on TCL Matrix, an increase of some use of computing functions. By looking specifically at source. Functional Analysis: This program can complete the matrix of input and output. With the same number of rows and columns between the matrix addition, subtraction, multiplication, division, inverse, seeking cofactor, seeking adjoint matrix, determinant of the value of demand, demand conditions, the number of such operations. Comply with rules require matrix multiplication between the matrix multiplication. Matrix between the division, the inverse square. Demand matrix transpose matrix functions. File TCL Matrix matrix class. Pdf introduced its detailed use.
Platform: | Size: 376832 | Author: | Hits:

[JSP/JavaMatrix

Description: Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算两个矩阵的乘积的方法multiply(Matrix m)以及toString()等内容。-Matrix class. This class includes matrix, int rows, and the ranks of the number of variables int cols, matrix data array double data [][], constructor Matrix (), Matrix (int rows, int cols), Matrix (int rows, int cols, double data [] []), to obtain the value of an element methods getData (int row, int col), set the value of an element methods setData (int row, int col, double value), the calculation method of the product of two matrices multiply (Matrix m) as well as the toString () and so on.
Platform: | Size: 1024 | Author: 艾枫 | Hits:

[Data structsmatrix_class_by_vc

Description: VC++环境下使用C++封装的矩阵类,包含矩阵的多种运算功能。-This is a matrix class developed with VC++, and it contains various operations of matrix.
Platform: | Size: 4096 | Author: 李丹丹 | Hits:

[ADO-ODBCmatrix.h

Description: 定义Matrix矩阵类,定义矩阵类头文件matrix.h-Matrix matrix class definition, define matrix class header file matrix.h
Platform: | Size: 4096 | Author: 依依 | Hits:

[matlabmatrix_class

Description: 本C++程序定义了矩阵类,包含操作有:矩阵、行列式及线性方程组的相关操作。-The C++ program defines a matrix class, including operations include: matrices, determinants and linear equations related operations.
Platform: | Size: 4096 | Author: zhaoyang | Hits:

[CSharpMatrix

Description: 矩阵计算类,里面几乎集合了矩阵所有的计算。-Matrix class, which almost set the matrix for all calculations.
Platform: | Size: 3072 | Author: grc1573 | Hits:

[Windows DevelopCPP-Matrix-class

Description: c++矩阵类。实现了矩阵常用功能,很好的参考,也可以在此基础上进行扩展。-C++ Matrix class.Some common functions have been realized. It s a very good reference.And you can extend base on it.
Platform: | Size: 3174400 | Author: quguanzheng | Hits:
« 12 3 4 5 6 7 8 9 10 ... 27 »

CodeBus www.codebus.net